home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / bzr2bsp.6 < prev    next >
Text File  |  1996-07-16  |  403b  |  21 lines

  1. .TH BZR2BSP
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. BZR2BSP
  5.  
  6.  
  7.  
  8.  CurveType BZR2BSP( CurveType Crv )
  9.  
  10.  or
  11.  
  12.  SurfaceType BZR2BSP( SurfaceType Srf )
  13.  
  14. Creates a Bspline curve or a Bspline surface from the given Bezier curve or
  15. Bezier surface. The Bspline curve or surface is assigned open end knot
  16. vector(s) with no interior knots, in the parametric domain of zero to one.
  17.  
  18. Example:
  19.  
  20.     BspSrf = BZR2BSP( BzrSrf );
  21.